GET Response/GetWorkflowResponseContent?id[0]={id[0]}&id[1]={id[1]}&view={view}

Gets the content for the specified responses of a workflow request.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The collection of response ids to get the content for.

Collection of globally unique identifier

Required

view

The type of processing of the responses: Individual, Aggregate, etc..

TaskItemTypes

Required

Body Parameters

None.

Response Information

Resource Description

Collection of QueryComposerResponseDTO
NameDescriptionTypeAdditional information
SchemaVersion

Gets the schema version of the response.

string

None.

Header

Gets or sets the header for the response.

QueryComposerResponseHeaderDTO

None.

Errors

Gets or sets the collection of errors that occured while processing the queries.

Collection of QueryComposerResponseErrorDTO

None.

Queries

Gets or sets the query responses for the request.

Collection of QueryComposerResponseQueryResultDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "SchemaVersion": "2.0",
      "Header": {
        "ID": "70bb2372-d5eb-46ca-a408-a339b9c88af8",
        "RequestID": "80d12c6e-4967-4ff4-9f2e-e6254681ae4f",
        "DocumentID": "eb2d8638-5aac-45ec-bdf5-9ec72f8a0a8c",
        "QueryingStart": "2024-05-14T19:04:30Z",
        "QueryingEnd": "2024-05-14T19:04:30Z",
        "DataMart": "sample string 1"
      },
      "Errors": [
        {
          "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
          "Code": "sample string 1",
          "Description": "sample string 2"
        },
        {
          "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
          "Code": "sample string 1",
          "Description": "sample string 2"
        }
      ],
      "Queries": [
        {
          "ID": "ec9d9250-d03c-462c-96be-cae85aef60d4",
          "Name": "sample string 1",
          "QueryStart": "2024-05-14T19:04:30Z",
          "QueryEnd": "2024-05-14T19:04:30Z",
          "PostProcessStart": "2024-05-14T19:04:30Z",
          "PostProcessEnd": "2024-05-14T19:04:30Z",
          "Errors": [
            {
              "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
              "Code": "sample string 1",
              "Description": "sample string 2"
            },
            {
              "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
              "Code": "sample string 1",
              "Description": "sample string 2"
            }
          ],
          "Results": [
            [
              {
                "sample string 1": {},
                "sample string 3": {}
              },
              {
                "sample string 1": {},
                "sample string 3": {}
              }
            ],
            [
              {
                "sample string 1": {},
                "sample string 3": {}
              },
              {
                "sample string 1": {},
                "sample string 3": {}
              }
            ]
          ],
          "LowCellThrehold": 1.1,
          "Properties": [
            {
              "Name": "sample string 1",
              "Type": "sample string 2",
              "As": "sample string 3",
              "Aggregate": "sample string 4"
            },
            {
              "Name": "sample string 1",
              "Type": "sample string 2",
              "As": "sample string 3",
              "Aggregate": "sample string 4"
            }
          ],
          "Aggregation": {
            "GroupBy": [
              "sample string 1",
              "sample string 2"
            ],
            "Select": null,
            "Name": "sample string 1"
          }
        },
        {
          "ID": "ec9d9250-d03c-462c-96be-cae85aef60d4",
          "Name": "sample string 1",
          "QueryStart": "2024-05-14T19:04:30Z",
          "QueryEnd": "2024-05-14T19:04:30Z",
          "PostProcessStart": "2024-05-14T19:04:30Z",
          "PostProcessEnd": "2024-05-14T19:04:30Z",
          "Errors": [
            {
              "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
              "Code": "sample string 1",
              "Description": "sample string 2"
            },
            {
              "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
              "Code": "sample string 1",
              "Description": "sample string 2"
            }
          ],
          "Results": [
            [
              {
                "sample string 1": {},
                "sample string 3": {}
              },
              {
                "sample string 1": {},
                "sample string 3": {}
              }
            ],
            [
              {
                "sample string 1": {},
                "sample string 3": {}
              },
              {
                "sample string 1": {},
                "sample string 3": {}
              }
            ]
          ],
          "LowCellThrehold": 1.1,
          "Properties": [
            {
              "Name": "sample string 1",
              "Type": "sample string 2",
              "As": "sample string 3",
              "Aggregate": "sample string 4"
            },
            {
              "Name": "sample string 1",
              "Type": "sample string 2",
              "As": "sample string 3",
              "Aggregate": "sample string 4"
            }
          ],
          "Aggregation": {
            "GroupBy": [
              "sample string 1",
              "sample string 2"
            ],
            "Select": null,
            "Name": "sample string 1"
          }
        }
      ]
    },
    {
      "SchemaVersion": "2.0",
      "Header": {
        "ID": "70bb2372-d5eb-46ca-a408-a339b9c88af8",
        "RequestID": "80d12c6e-4967-4ff4-9f2e-e6254681ae4f",
        "DocumentID": "eb2d8638-5aac-45ec-bdf5-9ec72f8a0a8c",
        "QueryingStart": "2024-05-14T19:04:30Z",
        "QueryingEnd": "2024-05-14T19:04:30Z",
        "DataMart": "sample string 1"
      },
      "Errors": [
        {
          "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
          "Code": "sample string 1",
          "Description": "sample string 2"
        },
        {
          "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
          "Code": "sample string 1",
          "Description": "sample string 2"
        }
      ],
      "Queries": [
        {
          "ID": "ec9d9250-d03c-462c-96be-cae85aef60d4",
          "Name": "sample string 1",
          "QueryStart": "2024-05-14T19:04:30Z",
          "QueryEnd": "2024-05-14T19:04:30Z",
          "PostProcessStart": "2024-05-14T19:04:30Z",
          "PostProcessEnd": "2024-05-14T19:04:30Z",
          "Errors": [
            {
              "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
              "Code": "sample string 1",
              "Description": "sample string 2"
            },
            {
              "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
              "Code": "sample string 1",
              "Description": "sample string 2"
            }
          ],
          "Results": [
            [
              {
                "sample string 1": {},
                "sample string 3": {}
              },
              {
                "sample string 1": {},
                "sample string 3": {}
              }
            ],
            [
              {
                "sample string 1": {},
                "sample string 3": {}
              },
              {
                "sample string 1": {},
                "sample string 3": {}
              }
            ]
          ],
          "LowCellThrehold": 1.1,
          "Properties": [
            {
              "Name": "sample string 1",
              "Type": "sample string 2",
              "As": "sample string 3",
              "Aggregate": "sample string 4"
            },
            {
              "Name": "sample string 1",
              "Type": "sample string 2",
              "As": "sample string 3",
              "Aggregate": "sample string 4"
            }
          ],
          "Aggregation": {
            "GroupBy": [
              "sample string 1",
              "sample string 2"
            ],
            "Select": null,
            "Name": "sample string 1"
          }
        },
        {
          "ID": "ec9d9250-d03c-462c-96be-cae85aef60d4",
          "Name": "sample string 1",
          "QueryStart": "2024-05-14T19:04:30Z",
          "QueryEnd": "2024-05-14T19:04:30Z",
          "PostProcessStart": "2024-05-14T19:04:30Z",
          "PostProcessEnd": "2024-05-14T19:04:30Z",
          "Errors": [
            {
              "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
              "Code": "sample string 1",
              "Description": "sample string 2"
            },
            {
              "QueryID": "67c8a7f8-ec04-4c42-8942-e636aeba19d2",
              "Code": "sample string 1",
              "Description": "sample string 2"
            }
          ],
          "Results": [
            [
              {
                "sample string 1": {},
                "sample string 3": {}
              },
              {
                "sample string 1": {},
                "sample string 3": {}
              }
            ],
            [
              {
                "sample string 1": {},
                "sample string 3": {}
              },
              {
                "sample string 1": {},
                "sample string 3": {}
              }
            ]
          ],
          "LowCellThrehold": 1.1,
          "Properties": [
            {
              "Name": "sample string 1",
              "Type": "sample string 2",
              "As": "sample string 3",
              "Aggregate": "sample string 4"
            },
            {
              "Name": "sample string 1",
              "Type": "sample string 2",
              "As": "sample string 3",
              "Aggregate": "sample string 4"
            }
          ],
          "Aggregation": {
            "GroupBy": [
              "sample string 1",
              "sample string 2"
            ],
            "Select": null,
            "Name": "sample string 1"
          }
        }
      ]
    }
  ]
}

text/javascript

Sample:
{"results":[{"SchemaVersion":"2.0","Header":{"ID":"70bb2372-d5eb-46ca-a408-a339b9c88af8","RequestID":"80d12c6e-4967-4ff4-9f2e-e6254681ae4f","DocumentID":"eb2d8638-5aac-45ec-bdf5-9ec72f8a0a8c","QueryingStart":"2024-05-14T19:04:30Z","QueryingEnd":"2024-05-14T19:04:30Z","DataMart":"sample string 1"},"Errors":[{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"},{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"}],"Queries":[{"ID":"ec9d9250-d03c-462c-96be-cae85aef60d4","Name":"sample string 1","QueryStart":"2024-05-14T19:04:30Z","QueryEnd":"2024-05-14T19:04:30Z","PostProcessStart":"2024-05-14T19:04:30Z","PostProcessEnd":"2024-05-14T19:04:30Z","Errors":[{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"},{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"}],"Results":[[{"sample string 1":{},"sample string 3":{}},{"sample string 1":{},"sample string 3":{}}],[{"sample string 1":{},"sample string 3":{}},{"sample string 1":{},"sample string 3":{}}]],"LowCellThrehold":1.1,"Properties":[{"Name":"sample string 1","Type":"sample string 2","As":"sample string 3","Aggregate":"sample string 4"},{"Name":"sample string 1","Type":"sample string 2","As":"sample string 3","Aggregate":"sample string 4"}],"Aggregation":{"GroupBy":["sample string 1","sample string 2"],"Select":null,"Name":"sample string 1"}},{"ID":"ec9d9250-d03c-462c-96be-cae85aef60d4","Name":"sample string 1","QueryStart":"2024-05-14T19:04:30Z","QueryEnd":"2024-05-14T19:04:30Z","PostProcessStart":"2024-05-14T19:04:30Z","PostProcessEnd":"2024-05-14T19:04:30Z","Errors":[{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"},{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"}],"Results":[[{"sample string 1":{},"sample string 3":{}},{"sample string 1":{},"sample string 3":{}}],[{"sample string 1":{},"sample string 3":{}},{"sample string 1":{},"sample string 3":{}}]],"LowCellThrehold":1.1,"Properties":[{"Name":"sample string 1","Type":"sample string 2","As":"sample string 3","Aggregate":"sample string 4"},{"Name":"sample string 1","Type":"sample string 2","As":"sample string 3","Aggregate":"sample string 4"}],"Aggregation":{"GroupBy":["sample string 1","sample string 2"],"Select":null,"Name":"sample string 1"}}]},{"SchemaVersion":"2.0","Header":{"ID":"70bb2372-d5eb-46ca-a408-a339b9c88af8","RequestID":"80d12c6e-4967-4ff4-9f2e-e6254681ae4f","DocumentID":"eb2d8638-5aac-45ec-bdf5-9ec72f8a0a8c","QueryingStart":"2024-05-14T19:04:30Z","QueryingEnd":"2024-05-14T19:04:30Z","DataMart":"sample string 1"},"Errors":[{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"},{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"}],"Queries":[{"ID":"ec9d9250-d03c-462c-96be-cae85aef60d4","Name":"sample string 1","QueryStart":"2024-05-14T19:04:30Z","QueryEnd":"2024-05-14T19:04:30Z","PostProcessStart":"2024-05-14T19:04:30Z","PostProcessEnd":"2024-05-14T19:04:30Z","Errors":[{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"},{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"}],"Results":[[{"sample string 1":{},"sample string 3":{}},{"sample string 1":{},"sample string 3":{}}],[{"sample string 1":{},"sample string 3":{}},{"sample string 1":{},"sample string 3":{}}]],"LowCellThrehold":1.1,"Properties":[{"Name":"sample string 1","Type":"sample string 2","As":"sample string 3","Aggregate":"sample string 4"},{"Name":"sample string 1","Type":"sample string 2","As":"sample string 3","Aggregate":"sample string 4"}],"Aggregation":{"GroupBy":["sample string 1","sample string 2"],"Select":null,"Name":"sample string 1"}},{"ID":"ec9d9250-d03c-462c-96be-cae85aef60d4","Name":"sample string 1","QueryStart":"2024-05-14T19:04:30Z","QueryEnd":"2024-05-14T19:04:30Z","PostProcessStart":"2024-05-14T19:04:30Z","PostProcessEnd":"2024-05-14T19:04:30Z","Errors":[{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"},{"QueryID":"67c8a7f8-ec04-4c42-8942-e636aeba19d2","Code":"sample string 1","Description":"sample string 2"}],"Results":[[{"sample string 1":{},"sample string 3":{}},{"sample string 1":{},"sample string 3":{}}],[{"sample string 1":{},"sample string 3":{}},{"sample string 1":{},"sample string 3":{}}]],"LowCellThrehold":1.1,"Properties":[{"Name":"sample string 1","Type":"sample string 2","As":"sample string 3","Aggregate":"sample string 4"},{"Name":"sample string 1","Type":"sample string 2","As":"sample string 3","Aggregate":"sample string 4"}],"Aggregation":{"GroupBy":["sample string 1","sample string 2"],"Select":null,"Name":"sample string 1"}}]}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.